Name | Description | |
---|---|---|
![]() | Deserialize | Overloaded. De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
![]() | DeserializeSnippet | Overloaded. De-serializes a section of an XML document, creating a class populated with the data from the XmlReader. The de-serialized type (T) can represent an xs:element or xs:complexType. |
![]() | Serialize | Overloaded. Serializes a class of type T to an System.Xml.XmlWriter.Serializes a class of type T to file. |
![]() | SerializeToString | Serializes a class of type T, returning it as a string. |
![]() | SerializeToXElement | Serializes a class of type T, returning it as a, System.Xml.XmlElement. |